-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 992 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 992 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": "af",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/knuch/af.git",
"author": "knuch <knuchelf@gmail.com>",
"license": "MIT",
"homepage": "https://knuch.github.io/macrogen",
"dependencies": {
"firebase": "^4.6.2",
"gh-pages": "^1.0.0",
"material-ui": "next",
"material-ui-icons": "^1.0.0-beta.17",
"mobx": "^3.3.1",
"mobx-react": "^4.3.3",
"mobx-react-devtools": "^4.2.15",
"moment": "^2.19.1",
"react": "^16.0.0",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.0.0",
"react-fontawesome": "^1.6.1",
"react-localization": "^0.1.3",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"predeploy": "react-scripts build",
"deploy": "gh-pages -d build"
}
}