forked from gogo-tattoo/skycoin.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.22 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
{
"name": "skycoin.net",
"version": "0.1.1",
"private": true,
"dependencies": {
"flag": "^2.0.2",
"flat": "^2.0.1",
"glamor": "^2.20.25",
"grid-styled": "^2.0.0-4",
"hidden-styled": "^1.0.0-0",
"join-path": "^1.1.1",
"lodash": "^4.17.4",
"normalize.css": "^7.0.0",
"palx": "^1.0.2",
"polished": "^1.2.1",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-create-component-from-tag-prop": "^1.2.1",
"react-dom": "^15.6.1",
"react-helmet": "^5.1.3",
"react-intl": "^2.3.0",
"react-modal": "^2.2.0",
"react-responsive": "^1.3.0",
"react-router-dom": "^4.1.1",
"react-snapshot": "^1.1.0",
"styled-components": "^2.1.0",
"styled-system": "1.0.0-4"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-config-airbnb-base": "^11.2.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.0.1",
"react-scripts": "1.0.7"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && react-snapshot",
"test": "react-scripts test --env=jsdom",
"lint": "eslint src",
"eject": "react-scripts eject"
}
}