-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.97 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.97 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
{
"name": "MANABA",
"version": "2.0.0",
"description": "",
"main": "home.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 dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JJMin/MANABA"
},
"keywords": [
"MANABA"
],
"author": "Eric Jae-Min Joo",
"license": "ISC",
"bugs": {
"url": "https://github.com/JJMin/MANABA/issues"
},
"homepage": "https://github.com/JJMin/MANABA#readme",
"dependencies": {
"hover.css": "^2.3.2",
"normalize.css": "^8.0.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.0.5",
"ajv": "^6.3.0",
"animate-sass": "^0.8.2",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.7.0",
"bulma": "^0.7.2",
"bulma-accordion": "^2.0.0",
"bulma-divider": "^2.0.1",
"clean-webpack-plugin": "^0.1.19",
"counterup": "^1.0.2",
"css-loader": "^0.28.11",
"cssnano": "^3.10.0",
"exports-loader": "^0.7.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"favicons-webpack-plugin": "0.0.9",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"http-server": "^0.11.1",
"node-sass": "^4.9.4",
"optimize-css-assets-webpack-plugin": "^4.0.0",
"postcss-loader": "^2.1.3",
"sass-loader": "^6.0.7",
"source-map-loader": "^0.2.3",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.3.0",
"url-loader": "^1.0.1",
"waypoints": "^4.0.1",
"webpack": "^4.41.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}