forked from dongweiming/lyanna
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 909 Bytes
/
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
{
"name": "lyanna",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"start": "webpack --progress --colors --watch --mode development",
"build": "webpack --mode production"
},
"author": "Dongweiming",
"devDependencies": {
"@babel/core": "^7.1.5",
"@babel/preset-env": "^7.1.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.4",
"babel-preset-es2015": "^6.24.1",
"codemirror": "^5.42.0",
"css-loader": "^1.0.1",
"file-loader": "^2.0.0",
"glob": "^7.1.3",
"highlight.js": "^9.13.1",
"marked": "^0.5.2",
"node-sass": "^4.10.0",
"qrcode": "^1.3.2",
"sass-loader": "^7.1.0",
"select2": "^4.0.6-rc.1",
"style-loader": "^0.23.1",
"url-loader": "^1.1.2",
"webpack": "^4.25.1",
"webpack-cli": "^3.1.2"
},
"dependencies": {
"jquery": "^3.3.1",
"uikit": "^3.0.0-rc.25"
}
}