-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1002 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1002 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
36
37
{
"name": "ceditor",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "webpack --progress --colors --config ./webpack.config.js",
"start": "webpack-dev-server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"aphrodite": "^1.2.3",
"material-ui": "^0.18.6",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.4",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"ts-loader": "^2.3.1",
"typescript": "^2.4.2",
"webpack": "^2.7.0",
"whatwg-fetch": "^2.0.3"
},
"devDependencies": {
"@types/aphrodite": "^0.5.6",
"@types/material-ui": "^0.17.17",
"@types/react": "^15.0.38",
"@types/react-dom": "^15.5.1",
"@types/react-redux": "^4.4.46",
"@types/react-tap-event-plugin": "0.0.30",
"webpack-dev-middleware": "^1.11.0",
"webpack-dev-server": "^2.5.1"
}
}