-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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
56
57
{
"author": "Dan Bright, dan@uplandsdynamic.com",
"license": "GPLv3",
"name": "simple-stock-management-frontend",
"version": "4.1.8.2",
"private": true,
"description": "React frontend for Simple Stock Management application",
"main": "index.js",
"dependencies": {
"@csstools/normalize.css": "*",
"@fortawesome/fontawesome-svg-core": "*",
"@fortawesome/free-brands-svg-icons": "*",
"@fortawesome/free-regular-svg-icons": "*",
"@fortawesome/free-solid-svg-icons": "*",
"@fortawesome/react-fontawesome": "*",
"acorn": "*",
"axios": "*",
"bootstrap": "*",
"env-cmd": "*",
"jquery": "*",
"js-cookie": "*",
"lodash.clonedeep": "*",
"moment": "*",
"moment-timezone": "*",
"react": "*",
"react-app-polyfill": "*",
"react-dom": "*",
"react-modal": "*",
"react-router-dom": "*",
"react-scripts": "*"
},
"scripts": {
"analyze": "source-map-explorer build/static/js/main.*",
"start": "HTTPS=false PORT=3001 env-cmd -f .env.dev react-scripts start",
"build:dev": "env-cmd -f .env.dev react-scripts build",
"build:production": "env-cmd -f .env.production react-scripts build",
"test": "react-scripts test",
"test:once": "CI=true react-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject",
"preinstall": "npx npm-force-resolutions"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"resolutions": {
"glob-parent": "*",
"browserslist": "*",
"immer": "*",
"nth-check": "*",
"ansi-html": "*",
"postcss": "*"
}
}