-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.48 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
50
51
52
53
54
{
"name": "clyfford-still-kiosk",
"version": "0.1.0",
"private": true,
"homepage": "http://video.clyffordstillmuseum.org/watch",
"dependencies": {
"dompurify": "^1.0.8",
"dragscroll": "^0.0.8",
"history": "^4.7.2",
"html-entities": "^1.2.1",
"prettier": "^1.15.2",
"prop-types": "^15.6.2",
"react": "^16.6.1",
"react-css-transition-replace": "^3.0.2",
"react-dom": "^16.6.1",
"react-redux": "^5.1.1",
"react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "2.1.1",
"react-scrolllock": "^3.0.2",
"react-test-renderer": "^16.6.1",
"react-transition-group": "^2.5.0",
"redux": "^4.0.1",
"redux-thunk": "^2.2.0",
"slugify": "^1.3.3",
"superagent": "^4.0.0-beta.5"
},
"devDependencies": {
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-react": "^7.11.1",
"husky": "^1.1.3",
"lint-staged": "^8.0.4",
"source-map-explorer": "^1.6.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"lint": "eslint .",
"lintfix": "eslint . --fix",
"analyze": "source-map-explorer build/static/js/main.*"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}