-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.25 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.25 KB
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
{
"name": "ourspace",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "webpack && webpack-dev-server --inline --hot",
"build": "NODE_ENV=production webpack -p"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tommarmstrong/OurSpace.git"
},
"author": "Tommaso Armstrong",
"license": "ISC",
"bugs": {
"url": "https://github.com/tommarmstrong/OurSpace/issues"
},
"homepage": "https://github.com/tommarmstrong/OurSpace#readme",
"dependencies": {
"babel-core": "^6.20.0",
"babel-loader": "^6.2.9",
"babel-plugin-transform-object-rest-spread": "^6.20.2",
"babel-polyfill": "^6.20.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.1",
"d3": "^4.4.0",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.24.1",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^3.4.2",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-remarkable": "^1.1.1",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"tabletop": "^1.4.3",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}