-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.46 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
{
"name": "album-hangman",
"version": "0.1.0",
"private": true,
"dependencies": {
"@sentry/browser": "5.5.0",
"album-name-normalizer": "^1.0.0",
"classnames": "^2.2.6",
"hangman-game-engine": "1.1.3",
"query-string": "6.11.0",
"react": "16.8.4",
"react-dom": "16.8.4",
"react-ga": "^2.5.7",
"react-loading": "^2.0.2",
"react-router-dom": "^4.1.1",
"react-transition-group": "2.5.2",
"shortid": "2.2.15"
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@storybook/addon-actions": "^5.0.5",
"@storybook/addon-links": "^5.0.5",
"@storybook/addons": "^5.0.5",
"@storybook/react": "^5.0.5",
"@storybook/theming": "^5.0.5",
"axios": "0.19.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-16": "^1.7.1",
"jest-localstorage-mock": "^2.4.0",
"react-app-rewire-hot-loader": "2.0.1",
"react-app-rewired": "2.1.0",
"react-hot-loader": "4.7.0",
"react-scripts": "3.4.0",
"react-test-renderer": "^16.2.0",
"stylelint": "9.10.1",
"stylelint-config-idiomatic-order": "5.0.0"
},
"scripts": {
"start": "react-app-rewired --openssl-legacy-provider start",
"build": "react-app-rewired --openssl-legacy-provider build",
"test": "react-app-rewired test --env=jsdom",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}