34 lines
894 B
JSON
34 lines
894 B
JSON
{
|
|
"name": "react-todo-simple",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~0.7.0",
|
|
"@microsoft/sp-core-library": "~0.1.0",
|
|
"@microsoft/sp-webpart-base": "~0.4.0",
|
|
"@types/lodash": "^4.14.50",
|
|
"@types/react-addons-update": "^0.14.8-alpha",
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0",
|
|
"office-ui-fabric-react": "0.69.0",
|
|
"react": "0.14.8",
|
|
"react-addons-update": "0.14.8",
|
|
"react-dom": "0.14.8"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~0.9.0",
|
|
"@microsoft/sp-module-interfaces": "~0.7.0",
|
|
"@microsoft/sp-webpart-workbench": "~0.8.0",
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
"@types/mocha": ">=2.2.33 <2.6.0",
|
|
"gulp": "~3.9.1"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
}
|