-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
60 lines (60 loc) · 1.62 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
58
59
60
{
"name": "airc-shell",
"version": "0.1.40",
"private": true,
"dependencies": {
"@babel/runtime": "^7.12.13",
"airc-shell-core": "file:src/base",
"axios": ">=0.21.1",
"formik": "^2.2.6",
"framer-motion": "^2.7.6",
"i18next": "^19.3.3",
"iframe-api": "^0.10.0",
"js-cookie": "^2.2.1",
"langcode-info": "^1.0.4",
"qs": "^6.9.1",
"react": "^16.12.0",
"react-addons-css-transition-group": "^15.6.2",
"react-animations": "^1.0.0",
"react-code-input": "^3.9.0",
"react-color": "^2.18.0",
"react-cookie": "^4.0.3",
"react-dom": "^16.12.0",
"react-image-crop": "^8.5.0",
"react-modal": "^3.11.1",
"react-redux": "^6.0.1",
"react-router": "^5.1.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^4.0.3",
"react-table": "^6.11.5",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"self-addressed": "^0.3.0",
"yup": "^0.27.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"pack": "packlng -o \"./.output\" -i \"./src/\" -e \".lng\" -pr \"untill\"",
"unpack": "unpacklng -i \"./.output\" -o \"./src/\" -e \".lng\" -pr \"untill\" -in"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"autoprefixer": "^9.7.4",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-postcss": "^8.0.0",
"gulp-react": "^4.0.0",
"gulp-sourcemaps": "^2.6.5",
"is-prod": "^1.0.1"
}
}