-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 876 Bytes
/
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
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"browserslist": [
"last 2 chrome versions",
"last 2 firefox versions",
"last 2 ios versions"
],
"dependencies": {
"axios": "^0.21.1",
"core-js": "^3.3.6",
"jquery": "^3.4.1",
"uikit": "^3.2.3"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"@babel/preset-react": "^7.7.0",
"autoprefixer": "^9.7.1",
"babel-loader": "^8.0.6",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-postcss": "^7.0.1",
"gulp-sass": "^4.0.2",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10",
"webpack-stream": "^5.2.1"
}
}