-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.13 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
{
"name": "github-resume",
"version": "1.0.1",
"author": "frontant",
"scripts": {
"test": "jest"
},
"dependencies": {
"jquery": "^3.4.1"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-postcss": "^7.0.0",
"postcss-import": "^11.1.0",
"postcss-simple-vars": "^4.1.0",
"postcss-nested": "^3.0.0",
"postcss-mixins": "^6.2.0",
"postcss-hexrgba": "^1.0.1",
"postcss-calc": "^7.0.1",
"autoprefixer": "^8.4.1",
"gulp-cssnano": "^2.1.3",
"gulp-sequence": "^0.4.6",
"del": "^3.0.0",
"gulp-hash": "^4.2.2",
"gulp-hash-references": "^3.0.0",
"gulp-html-minifier": "^0.1.8",
"webpack": "^4.25.1",
"gulp-modernizr": "^3.0.0",
"gulp-watch": "^5.0.1",
"browser-sync": "^2.26.3",
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"jest": "^24.1.0",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-redux": "^6.0.0",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"deep-freeze": "0.0.1"
}
}