-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.31 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
{
"name": "bom-builder",
"version": "0.1.0",
"private": true,
"dependencies": {
"1-click-bom": "https://github.com/kitspace/npm-1-click-bom",
"copy-to-clipboard": "^3.0.8",
"immutable": "^4.0.0-rc.12",
"immutable-diff": "^0.1.1",
"js-file-download": "^0.4.1",
"memoize-one": "^5.1.1",
"mousetrap": "^1.6.1",
"nanobar": "^0.4.2",
"promise-rate-limit": "^0.0.1",
"ramda": "^0.26.1",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-redux": "^7.1.1",
"redux": "^4.0.1",
"redux-undo-immutable-js": "^1.0.0-beta9-1",
"reselect": "^4.0.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.86.0",
"shortid": "^2.2.14",
"superagent": "^5.1.0",
"use-debounce": "^3.1.0"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-scripts eject"
},
"reactSnapshot": {
"include": [],
"exclude": [],
"snapshotDelay": 10000
},
"devDependencies": {
"better-assert": "^1.0.2",
"mocha": "^6.2.1",
"prettier": "^1.10.2",
"react-app-rewired": "^2.1.0",
"react-scripts": "^3.2.0",
"worker-loader": "^2.0.0"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}