-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 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
{
"name": "otter-director-web",
"version": "2.0.0",
"private": true,
"dependencies": {
"bootstrap": "4.5.0",
"fabric": "3.6.3",
"filestack-react": "3.1.0",
"font-picker-react": "3.5.2",
"fontfaceobserver": "2.1.0",
"jquery": "3.5.1",
"node-sass": "4.14.1",
"react": "16.13.1",
"react-color": "2.18.1",
"react-dom": "16.13.1",
"react-router-dom": "5.2.0",
"react-scripts": "3.4.1",
"react-web-tabs": "1.0.1",
"reactjs-popup": "1.5.0",
"reactstrap": "8.4.1"
},
"devDependencies": {
"env-cmd": "10.1.0",
"source-map-explorer": "2.4.2"
},
"scripts": {
"analyze-build": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build:dev": "env-cmd -f .env.development npm run build",
"build:stg": "env-cmd -f .env.staging npm run build",
"build": "react-scripts build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}