forked from fi3ework/hexo-theme-archer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.01 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
{
"name": "archer",
"version": "1.0.0",
"description": "archer develop package",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "fi3ework",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.0.0-beta.39",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.39",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.39",
"@babel/preset-env": "^7.0.0-beta.39",
"babel-eslint": "^8.1.1",
"babel-loader": "^8.0.0-beta.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.13",
"eslint": "^4.14.0",
"eslint-config-alloy": "^1.4.0",
"gulp": "^3.9.1",
"gulp-sass": "^3.1.0",
"uglifyjs-webpack-plugin": "^1.1.8",
"webpack": "^3.10.0",
"webpack-merge": "^4.1.1"
},
"dependencies": {
"anchor-js": "^4.1.0",
"eventemitter3": "^3.0.0",
"gulp-cli": "^2.0.1",
"node-sass": "^4.7.2",
"perfect-scrollbar": "^1.3.0",
"qrcode-generator": "^1.3.1"
}
}