-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 974 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": "work-index",
"version": "0.0.1",
"main": "index-src/build.js",
"scripts": {
"dev": "node index-src/build.js dev",
"build": "node index-src/build.js build"
},
"repository": "https://github.com/xingoxu/works.git",
"author": "xingoxu <[email protected]>",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"browser-sync": "^2.18.6",
"browser-sync-webpack-plugin": "^1.1.3",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.1.2",
"shelljs": "^0.8.2",
"handlebars-loader": "^1.4.0",
"html-webpack-plugin": "^2.26.0",
"imports-loader": "^0.7.0",
"ora": "^1.0.0",
"url-loader": "^0.5.7",
"webpack": "2.2.0"
},
"dependencies": {
"handlebars": "^4.0.6",
"jquery": "^3.1.1",
"jquery.qrcode": "^1.0.3",
"meta-marked": "^0.4.2",
"moment": "^2.17.1",
"photoswipe": "^4.1.1"
}
}