forked from skyvow/skyvow.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.7 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.7 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "resume",
"version": "1.0.0",
"description": "resume",
"main": "./src/app.js",
"dependencies": {
"classnames": "^2.2.5",
"html2canvas": "^0.5.0-beta4",
"isomorphic-fetch": "^2.2.1",
"jspdf": "^1.3.5",
"prop-types": "^15.5.10",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router": "^3.0.5"
},
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/node": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/preset-stage-0": "^7.0.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.0.0",
"autoprefixer": "^9.1.5",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.2",
"cache-loader": "^1.2.2",
"clean-webpack-plugin": "^0.1.19",
"compression-webpack-plugin": "^2.0.0",
"copy-webpack-plugin": "^4.5.2",
"cross-env": "^5.2.0",
"css-hot-loader": "^1.4.2",
"css-loader": "^1.0.0",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.11.1",
"express": "^4.16.3",
"express-http-proxy": "^1.4.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^2.0.0",
"happypack": "^5.0.0",
"html-webpack-include-assets-plugin": "^1.0.5",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.3",
"optimize-css-assets-webpack-plugin": "^5.0.1",
"os": "^0.1.1",
"postcss-atroot": "^0.1.3",
"postcss-conditionals": "^2.1.0",
"postcss-custom-media": "^7.0.4",
"postcss-each": "^0.10.0",
"postcss-extend": "^1.0.5",
"postcss-for": "^2.1.1",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-mixins": "^6.2.0",
"postcss-nested": "^4.1.0",
"postcss-simple-vars": "^5.0.1",
"postcss-sprites": "^4.2.1",
"progress-bar-webpack-plugin": "^1.11.0",
"raw-loader": "^0.5.1",
"react-hot-loader": "^4.3.11",
"style-loader": "^0.23.0",
"uglify-loader": "^3.0.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"url-loader": "^1.1.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1",
"webpack-dev-middleware": "^3.4.0",
"webpack-dev-server": "^3.1.9",
"webpack-hot-middleware": "^2.24.2"
},
"scripts": {
"server": "cross-env NODE_ENV=development babel-node server.babel.js",
"start": "cross-env NODE_ENV=development webpack-dev-server",
"lint": "eslint --fix --ext .js src",
"dll": "webpack --config ./webpack.dll.config.babel.js",
"build": "cross-env NODE_ENV=production webpack"
},
"author": "skyvow",
"license": "MIT"
}