-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "shouldcomponentupdate",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-react": "NODE_ENV=development ./node_modules/.bin/webpack --config webpack.react.config.js",
"build-vue": "NODE_ENV=development ./node_modules/.bin/webpack --config webpack.vue.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^16.8.6",
"react-dom": "^16.8.6",
"vue": "^2.6.10"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.0",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.5.0",
"babel-loader": "^8.0.6",
"css-loader": "^3.0.0",
"style-loader": "^0.23.1",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
}
}