-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.14 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
35
36
37
38
39
{
"dependencies": {
"babel-polyfill": "^6.26.0",
"blockly": "^3.20191014.1",
"jquery": "^3.4.1",
"react": "^16.10.2",
"react-blockly": "^4.1.0",
"react-dom": "^16.10.2",
"styledot": "^0.1.566"
},
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"@babel/preset-react": "^7.6.3",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"clean-webpack-plugin": "^3.0.0",
"fibers": "^4.0.1",
"js-cookie": "^2.2.1",
"node-sass": "^4.12.0",
"react-modal": "^3.10.1",
"sass": "^1.23.0",
"sass-loader": "^8.0.0",
"style-loader": "^1.0.0",
"webpack": "^4.41.2",
"webpack-bundle-tracker": "^0.4.3",
"webpack-cli": "^3.3.9"
},
"scripts": {
"build:js": "webpack --config webpack.config.js --progress --colors --mode development",
"watch:js": "webpack --config webpack.config.js --watch --mode development",
"build:css": "sass static/scss:static/css",
"watch:css": "sass --watch static/scss:static/css"
}
}