2017-02-03 10:55:11 -05:00
|
|
|
{
|
|
|
|
"name": "vue-todo",
|
2020-04-27 17:18:08 -04:00
|
|
|
"version": "0.0.7",
|
2017-02-03 10:55:11 -05:00
|
|
|
"private": true,
|
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
2020-04-27 17:18:08 -04:00
|
|
|
"main": "lib/index.js",
|
2017-02-03 10:55:11 -05:00
|
|
|
"dependencies": {
|
2020-04-27 17:18:08 -04:00
|
|
|
"@microsoft/sp-core-library": "1.10.0",
|
|
|
|
"@microsoft/sp-lodash-subset": "1.10.0",
|
|
|
|
"@microsoft/sp-office-ui-fabric-core": "1.10.0",
|
|
|
|
"@microsoft/sp-property-pane": "1.10.0",
|
|
|
|
"@microsoft/sp-webpart-base": "1.10.0",
|
|
|
|
"@types/es6-promise": "0.0.33",
|
|
|
|
"@types/webpack-env": "1.13.1",
|
|
|
|
"vue": "^2.6.11",
|
|
|
|
"vue-class-component": "^7.2.3",
|
|
|
|
"vue-property-decorator": "^8.4.2",
|
2020-04-27 20:45:16 -04:00
|
|
|
"vue-template-compiler": "^2.6.11",
|
2020-08-15 13:18:23 -04:00
|
|
|
"serialize-javascript": ">=3.1.0",
|
2020-04-27 20:45:16 -04:00
|
|
|
"lodash.template": ">=4.5.0"
|
2017-02-03 10:55:11 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-04-27 17:18:08 -04:00
|
|
|
"@microsoft/rush-stack-compiler-3.3": "0.3.5",
|
2022-10-22 16:27:42 -04:00
|
|
|
"@microsoft/sp-build-web": "1.10.0",
|
2020-04-27 17:18:08 -04:00
|
|
|
"@microsoft/sp-module-interfaces": "1.10.0",
|
|
|
|
"@microsoft/sp-tslint-rules": "1.10.0",
|
2022-10-22 16:27:42 -04:00
|
|
|
"@microsoft/sp-webpart-workbench": "1.10.0",
|
2020-04-27 17:18:08 -04:00
|
|
|
"@types/chai": "3.4.34",
|
|
|
|
"@types/mocha": "2.2.38",
|
2022-02-13 02:31:06 -05:00
|
|
|
"ajv": "~6.12.3",
|
2020-04-27 17:18:08 -04:00
|
|
|
"css-loader": "^3.5.3",
|
2022-11-06 23:32:02 -05:00
|
|
|
"gulp": "~4.0.2",
|
2022-04-04 07:25:27 -04:00
|
|
|
"sass": "^1.49.11",
|
2020-04-27 17:18:08 -04:00
|
|
|
"sass-loader": "~8.0.2",
|
|
|
|
"tslint-microsoft-contrib": "5.0.0",
|
2020-04-27 20:27:01 -04:00
|
|
|
"vue-loader": "^15.9.1",
|
|
|
|
"webpack-merge": "^4.2.2"
|
2017-02-03 10:55:11 -05:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "gulp bundle",
|
|
|
|
"clean": "gulp clean",
|
|
|
|
"test": "gulp test"
|
|
|
|
}
|
|
|
|
}
|