-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 906 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 906 Bytes
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
{
"name": "workmake",
"version": "1.0.0",
"description": "for documenting work",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"babel": "babel",
"webpack": "webpack"
},
"repository": "",
"author": "Even",
"license": "ISC",
"homepage": "https://github.com/evenmun/workMake#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.14.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"css-loader": "^0.25.0",
"firebase": "^2.4.2",
"lodash": "^4.16.1",
"material-ui": "^0.15.4",
"node-sass": "^3.10.0",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"react-route": "^1.0.3",
"react-tap-event-plugin": "^1.0.0",
"sass-loader": "^4.0.2",
"style-loader": "^0.13.1",
"trim": "0.0.1",
"webpack": "^1.13.2"
}
}