-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.22 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
40
41
42
{
"name": "rule-event-viewer",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"build": "webpack --colors --config ./webpack.config.dev.js",
"build:watch": "webpack --colors --config ./webpack.config.dev.js --watch",
"build:prod": "webpack --config ./webpack.config.prod.js"
},
"dependencies": {
"element-react": "^1.4.5",
"element-theme-default": "^1.4.12",
"moment": "^2.20.1",
"personium-client": "git+https://github.com/ka2jun8/personium-client.git#feature/0.1.0",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-saga": "^0.16.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"@types/moment": "^2.13.0",
"@types/react": "^16.0.34",
"@types/react-dom": "^16.0.3",
"@types/react-redux": "^5.0.14",
"@types/redux": "^3.6.0",
"@types/redux-saga": "^0.10.5",
"@types/underscore": "^1.8.7",
"css-loader": "^0.28.8",
"file-loader": "^1.1.6",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"ts-loader": "^3.2.0",
"tslint": "^5.9.1",
"tslint-loader": "^3.5.3",
"typescript": "^2.6.2",
"url-loader": "^0.6.2",
"webpack": "^3.10.0"
}
}