-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 997 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
33
34
35
36
37
38
{
"name": "glitter",
"version": "1.0.0",
"description": "To be used with einhorn programs",
"main": "build/index.html",
"scripts": {},
"author": "Matthias Hannig",
"license": "MIT",
"dependencies": {
"codemirror": "^5.37.0",
"fengari": "^0.1.2",
"font-awesome": "^4.7.0",
"history": "^4.7.2",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"mqtt": "^2.15.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"react-hot-loader": "^3.1.3",
"transfer-webpack-plugin": "^0.1.4",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.1"
}
}