-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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
46
47
48
49
{
"name": "beads-editor",
"version": "0.1.0",
"private": true,
"dependencies": {
"classnames": "^2.2.5",
"history": "^4.6.1",
"jimp": "0.2.27",
"jss": "^7.1.5",
"jss-preset-default": "^2.0.0",
"jsx-to-string": "^1.1.0",
"md5": "^2.2.1",
"murmurhash-js": "^1.0.0",
"normalize.jss": "^1.0.3",
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-dnd": "^2.3.0",
"react-dnd-html5-backend": "^2.3.0",
"react-dom": "^15.4.2",
"react-helmet": "^5.1.3",
"react-jss": "^6.1.1",
"react-redux": "^5.0.2",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-router-redux": "^4.0.8",
"react-scripts": "^1.0.7",
"redux": "^3.6.0",
"redux-thunk": "^2.2.0",
"request": "^2.81.0",
"valid-url": "^1.0.9"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "./node_modules/eslint/bin/eslint.js ./src"
},
"eslintConfig": {
"extends": "react-app"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.0.1"
}
}