-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1020 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
{
"name": "stack",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"serve": "webpack-dev-server --watch --host=0.0.0.0",
"build": "webpack",
"deploy": "git push origin `git subtree split --prefix dist master`:refs/heads/gh-pages --force"
},
"license": "MIT",
"devDependencies": {
"css-loader": "^3.4.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-loader": "^3.0.3",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.7.0",
"node-sass": "^4.13.1",
"raw-loader": "^4.0.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3",
"worker-loader": "^2.0.0"
},
"dependencies": {
"gl-matrix": "^3.2.1",
"glmw": "^0.1.3",
"localforage": "^1.7.3",
"mousetrap": "^1.6.5",
"regl": "^1.3.13",
"simplex-noise": "^2.4.0"
}
}