-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.44 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
{
"name": "swarm-animism",
"version": "0.1.0",
"description": "CTM HackLab 2018",
"main": "index.js",
"scripts": {
"start": "node index.js",
"build": "rimraf ./docs && cross-env NODE_ENV=production webpack",
"serve": "webpack-dev-server --host 0.0.0.0",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/adzialocha/swarm-animism.git"
},
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/adzialocha/swarm-animism/issues"
},
"homepage": "https://github.com/adzialocha/swarm-animism#readme",
"dependencies": {
"a-weighting": "^1.1.0",
"firebase": "^4.9.1",
"normalize.css": "^7.0.0",
"ramda": "^0.25.0",
"tone": "^0.11.11"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"cross-env": "^5.1.3",
"css-loader": "^0.28.9",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^2.30.1",
"image-webpack-loader": "^4.0.0",
"node-sass": "^4.7.2",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.1",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.11.1"
}
}