-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
50 lines (50 loc) · 1.5 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
{
"name": "mycryptosummer",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --config webpack.dev.js --mode development",
"build": "webpack --config webpack.prod.js --mode production",
"preview": "npm run build && http-server docs"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "MyCrypto, Inc.",
"license": "ISC",
"bugs": {
"url": ""
},
"homepage": "",
"devDependencies": {
"ajv": "^6.3.0",
"autoprefixer": "^9.7.5",
"@babel/core": "^7.8.3",
"babel-loader": "^8.0.6",
"@babel/preset-env": "^7.8.3",
"clean-webpack-plugin": "^0.1.19",
"cross-env": "^7.0.2",
"css-loader": "^3.4.2",
"cssnano": "^4.1.10",
"favicons-webpack-plugin": "^3.0.1",
"file-loader": "^5.0.2",
"html-webpack-inline-svg-plugin": "^1.2.4",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.12.1",
"mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"postcss-loader": "^2.1.3",
"purgecss": "^2.1.0",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.2",
"url-loader": "^1.1.2",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
}
}