2017-08-07 09:46:22 -04:00
|
|
|
{
|
|
|
|
"name": "react-content-query",
|
2017-09-08 02:32:13 -04:00
|
|
|
"version": "1.0.5",
|
2017-08-07 09:46:22 -04:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@microsoft/sp-core-library": "~1.1.0",
|
|
|
|
"@microsoft/sp-webpart-base": "~1.1.1",
|
|
|
|
"@types/handlebars": "4.0.32",
|
|
|
|
"@types/react": "0.14.46",
|
|
|
|
"@types/react-addons-shallow-compare": "0.14.17",
|
|
|
|
"@types/react-addons-test-utils": "0.14.15",
|
|
|
|
"@types/react-addons-update": "0.14.14",
|
|
|
|
"@types/react-dom": "0.14.18",
|
|
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0",
|
|
|
|
"handlebars": "^4.0.6",
|
|
|
|
"handlebars-helpers": "^0.8.2",
|
|
|
|
"moment": "^2.18.1",
|
|
|
|
"react": "15.4.2",
|
|
|
|
"react-ace": "^5.1.0",
|
|
|
|
"react-dom": "15.4.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@microsoft/sp-build-web": "~1.1.0",
|
|
|
|
"@microsoft/sp-module-interfaces": "~1.1.0",
|
|
|
|
"@microsoft/sp-webpart-workbench": "~1.1.0",
|
|
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
|
|
"@types/mocha": ">=2.2.33 <2.6.0",
|
|
|
|
"awesome-typescript-loader": "^3.2.1",
|
|
|
|
"gulp": "~3.9.1",
|
|
|
|
"unlazy-loader": "^0.1.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
}
|
|
|
|
}
|