-
Notifications
You must be signed in to change notification settings - Fork 183
/
package.json
61 lines (61 loc) · 1.61 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ovilia-blog",
"version": "0.1.0",
"description": "Ovilia's Blog",
"author": "Ovilia",
"license": "MIT",
"scripts": {
"start": "NODE_ENV=development webpack-dev-server",
"build": "NODE_ENV=production webpack",
"test": "NODE_ENV=production webpack"
},
"devDependencies": {
"@babel/core": "^7.0.0-rc.1",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-rc.1",
"@babel/plugin-syntax-dynamic-import": "^7.0.0-rc.1",
"@babel/preset-env": "^7.0.0-rc.1",
"babel-loader": "^8.0.0-beta.4",
"browser-sync": "^2.24.7",
"browser-sync-webpack-plugin": "^2.2.2",
"copy-webpack-plugin": "^4.5.2",
"css-loader": "^1.0.0",
"debug": "^4.1.1",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"import-local": "^2.0.0",
"imports-loader": "^0.8.0",
"locate-path": "^3.0.0",
"mini-css-extract-plugin": "^0.4.2",
"node-sass": "^4.9.3",
"postcss": "^7.0.2",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^5.3.0",
"sass-loader": "^7.1.0",
"style-loader": "^0.22.1",
"sunglass": "1.0.0",
"url-loader": "^1.0.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/Ovilia/blog"
},
"keywords": [
"website",
"portfolio",
"sass"
],
"dependencies": {
"inkjs": "^1.8.0-beta.1",
"js-cookie": "^2.2.1",
"localStorage": "^1.0.4",
"lodash": "^4.17.11",
"marked": "^0.6.1",
"shortid": "^2.2.14",
"vue": "^2.5.17",
"zepto": "^1.2.0"
}
}