-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.1 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
{
"name": "slider-ui",
"private": true,
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "accurapp-scripts start",
"build": "accurapp-scripts build",
"test": "accurapp-scripts test",
"lint": "accurapp-scripts lint",
"prettier": "accurapp-scripts prettier"
},
"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": "^5.0.0",
"babel-preset-accurapp": "^5.0.0",
"eslint-config-accurapp": "^5.0.0",
"jest-config-accurapp": "^4.1.1",
"webpack-preset-accurapp": "^5.0.0"
},
"dependencies": {
"@accurat/tachyons-lite": "^1.0.4",
"antd": "^3.26.9",
"d3": "^5.15.0",
"lodash-es": "^4.17.15",
"mobx": "^5.15.4",
"mobx-react": "^6.1.8",
"mobx-state-tree": "^3.15.0",
"modern-normalize": "^0.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-draggable": "^4.2.0",
"tachyons-extra": "^1.1.3"
}
}