forked from NarendraPAutomationEngineer/StackStormTutorials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 869 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 869 Bytes
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
{
"scripts": {
"prod": "webpack --mode production",
"dev": "webpack --mode development --watch --watch-poll 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"autoprefixer": "^9.3.1",
"bootstrap": "^4.1.3",
"bootstrap4-toggle": "^3.4.0",
"css-loader": "^1.0.1",
"graphviz-react": "1.0.2",
"jquery": "^3.5.0",
"lodash-es": "^4.17.13",
"popper.js": "^1.14.4",
"postcss-loader": "^3.0.0",
"precss": "^3.1.2",
"react": "^16.5.2",
"react-ace": "^6.4.0",
"react-dom": "^16.5.2",
"sass-loader": "^7.1.0",
"style-loader": "^0.23.1",
"urijs": "^1.19.1"
}
}