-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
55 lines (55 loc) · 1.42 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
{
"name": "demo-wizard-state-machine",
"version": "1.0.0",
"private": true,
"dependencies": {
"@reach/router": "1.2.1",
"andlog": "1.0.1",
"autoprefixer": "9.4.7",
"axios": "0.18.0",
"bourbon": "5.1.0",
"css-mqpacker": "7.0.0",
"esm": "3.2.3",
"final-form": "4.11.1",
"foundation-sites": "6.5.3",
"gulp": "4.0.0",
"gulp-plumber": "1.2.1",
"gulp-postcss": "8.0.0",
"gulp-sass": "4.0.2",
"immer": "2.0.0",
"joi": "14.3.1",
"load-json-file": "5.1.0",
"lodash": "4.17.11",
"partial.lenses": "14.17.0",
"react": "16.8.1",
"react-dom": "16.8.1",
"react-final-form": "4.0.2",
"react-markdown": "4.0.6",
"react-redux": "6.0.0",
"react-scripts": "2.1.3",
"redux": "4.0.1",
"redux-devtools-extension": "2.13.8",
"redux-observable": "1.0.0",
"reselect": "4.0.0",
"rxjs": "6.4.0",
"stent": "6.0.1",
"tap-spec": "5.0.0",
"tape": "4.9.2",
"tape-catch": "1.0.6",
"urijs": "1.19.1"
},
"scripts": {
"start": "honcho start",
"build": "gulp build && react-scripts build",
"lint": "eslint ./ --color",
"test": "(rg --files --type js --iglob '*/test-*' | parallel -j 1 --will-cite 'tape -r esm -r tape-catch {}') | tap-spec",
"test:one": "tape -r esm -r tape-catch",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}