-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.77 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "astro_playground",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"postinstall": "node horizons.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Resir",
"license": "ISC",
"dependencies": {
"@wildpeaks/three-webpack-plugin": "^2.0.0",
"dat.gui": "^0.7.3",
"history": "^4.7.2",
"lodash": "^4.17.11",
"phoenix": "file:deps/phoenix",
"phoenix_html": "file:deps/phoenix_html",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"react-hot-loader": "^4.3.11",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-stdio": "^3.4.6",
"react_render": "file:deps/react_render",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.83.0",
"telnet-client": "^0.16.1",
"three": "^0.97.0"
},
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/polyfill": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"autoprefixer": "^9.3.1",
"babel-loader": "^8.0.4",
"clean-webpack-plugin": "^0.1.19",
"copy-webpack-plugin": "^4.5.4",
"css-loader": "^1.0.0",
"cssnano": "^4.1.7",
"expect-telnet": "^1.0.0",
"file-loader": "^2.0.0",
"mini-css-extract-plugin": "^0.4.4",
"net": "^1.0.2",
"node-sass": "^4.9.4",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"source-map-loader": "^0.2.4",
"style-loader": "^0.23.1",
"telnet-rxjs": "^2.1.0",
"url-loader": "^1.1.2",
"webpack": "^4.23.0",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
}
}