-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.63 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "nes-sprite-editor",
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "^7.7.2",
"@babel/polyfill": "^7.7.0",
"@ef-carbon/deep-freeze": "^1.0.1",
"@sambego/storybook-state": "^1.3.6",
"@storybook/addon-actions": "^5.2.6",
"@storybook/addon-backgrounds": "^5.2.6",
"@storybook/addon-links": "^5.2.6",
"@storybook/addon-viewport": "^5.2.6",
"@storybook/addons": "^5.2.6",
"@storybook/react": "^5.2.6",
"@storybook/storybook-deployer": "^2.8.1",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/classnames": "^2.2.9",
"@types/jest": "^24.0.23",
"@types/jszip": "^3.1.6",
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.11",
"@types/react": "^16.9.11",
"@types/react-dom": "^16.9.4",
"@types/react-portal": "^4.0.2",
"@types/react-redux": "^7.1.5",
"@types/storybook__react": "^4.0.2",
"@types/user-event": "^4.1.0",
"@types/uuid": "^3.4.6",
"@types/warning": "^3.0.0",
"babel-loader": "^8.0.6",
"canvas": "^2.6.0",
"classnames": "^2.2.6",
"delay": "^4.3.0",
"downshift": "^3.4.2",
"final-form": "^4.18.6",
"focus-trap-react": "^6.0.0",
"good-fences": "^0.9.0",
"jszip": "^3.2.2",
"lodash": "^4.17.15",
"material-colors": "^1.2.6",
"memoize-one": "^5.1.1",
"node-sass": "^4.13.0",
"normalize.css": "^8.0.1",
"npm-check": "^5.9.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-draggable": "^4.1.0",
"react-final-form": "^6.3.3",
"react-hooks-testing-library": "^0.6.0",
"react-icons": "^3.8.0",
"react-popper": "^1.3.6",
"react-portal": "^4.2.0",
"react-redux": "^7.1.3",
"react-roving-tabindex": "^0.7.1",
"react-scripts": "3.2.0",
"react-spring": "^8.0.27",
"react-test-renderer": "^16.12.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"save-file": "^2.3.1",
"storybook-host": "^5.1.0",
"typescript": "^3.7.2",
"uuid": "^3.3.3",
"warning": "^4.0.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"deploy-storybook": "storybook-to-ghpages",
"upgrade-interactive": "npm-check --update",
"check-fences": "gf"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}