generated from ironmansoftware/universal-dashboard-component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 906 Bytes
/
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
{
"name": "component",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack -p --env production",
"dev": "webpack-dev-server --config webpack.config.js -p --env development"
},
"author": "",
"license": "ISC",
"dependencies": {
"universal-dashboard": "^1.0.1"
},
"devDependencies": {
"@babel/core": "7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "7.1.0",
"@babel/preset-react": "7.0.0",
"babel-loader": "8.0.4",
"css-loader": "^0.28.7",
"file-loader": "2.0.0",
"style-loader": "0.23.1",
"uglifyjs-webpack-plugin": "0.4.6",
"webpack": "4.21.0",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "3.1.11"
}
}