-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
43 lines (43 loc) · 1.03 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
{
"name": "syncano.com",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "zefir",
"build": "zefir build",
"start": "zefir start"
},
"dependencies": {
"axios": "0.16.1",
"color": "^2.0.0",
"hellojs": "1.14.1",
"js-cookie": "^2.1.4",
"lodash.get": "^4.4.2",
"md5": "^2.2.1",
"mobx": "^3.1.9",
"mobx-react": "^4.1.8",
"rc-slider": "^8.2.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-github-button": "0.1.11",
"react-hexagon": "1.1.1",
"react-marked-markdown": "^1.4.2",
"react-rotating-text": "^1.2.0",
"react-router": "~4.2.0",
"react-sticky": "^5.0.8",
"svg-react-loader": "0.4.0",
"syncano-cli": "beta",
"zefir": "beta"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"babel-plugin-inline-react-svg": "0.4.0",
"babel-plugin-transform-define": "^1.2.0",
"html-webpack-plugin": "^2.30.1",
"mobx-react-devtools": "^4.2.11",
"standard": "^10.0.2"
},
"standard": {
"parser": "babel-eslint"
}
}