-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "qray",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/mathjs": "^4.4.5",
"mathjs": "^5.4.1",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-redux": "^6.0.0",
"react-transition-group": "^1.2.1",
"redux": "^4.0.1",
"redux-devtools-extension": "^2.13.7",
"redux-saga": "^0.16.2",
"redux-saga-test-plan": "^3.7.0",
"reselect": "^4.0.0"
},
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"@storybook/addon-actions": "^4.1.4",
"@storybook/addon-links": "^4.1.4",
"@storybook/react": "^4.1.4",
"@types/jest": "^23.3.9",
"@types/node": "^10.12.7",
"@types/react": "^16.7.5",
"@types/react-dom": "^16.0.9",
"prettier": "^1.15.2",
"quil-json-js": "ftripier/quil-json-js",
"react-scripts": "^2.1.3",
"tslint": "^5.12.0",
"tslint-config-prettier": "^1.17.0",
"typescript": "^3.1.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"lint": "tslint -c tslint.json src/**/*.tsx src/**/*.ts",
"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"
]
}