-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 918 Bytes
/
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
{
"name": "pixort",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "accurapp-scripts start",
"build": "PUBLIC_URL=/pixort accurapp-scripts build"
},
"browserslist": {
"production": [
">0.25%",
"not ie 11",
"not op_mini all"
],
"development": [
"last 1 Chrome version",
"last 1 Firefox version",
"last 1 Safari version"
]
},
"devDependencies": {
"accurapp-scripts": "^4.1.4",
"babel-preset-accurapp": "^4.1.2",
"eslint-config-accurapp": "^4.2.4",
"webpack-preset-accurapp": "^4.2.7"
},
"dependencies": {
"d3": "^4.11.0",
"file-saver": "^1.3.3",
"lodash": "^4.17.21",
"mobx": "^5.11.0",
"mobx-react": "^6.1.1",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-dropzone": "^4.2.0",
"tachyons": "^4.8.1"
},
"resolutions": {
"react-dropzone/**/core-js": "3.0.1"
}
}