-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.62 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
62
63
64
65
{
"name": "lib",
"version": "2.0.4",
"description": "javascript library template",
"main": "",
"module": "",
"unpkg": "",
"scripts": {},
"dependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fbi-templates/fbi-project-lib.git"
},
"keywords": [
"lib",
"fbi-project",
"fbi"
],
"author": "neikvon",
"license": "MIT",
"bugs": {
"url": "https://github.com/fbi-templates/fbi-project-lib/issues"
},
"homepage": "https://github.com/fbi-templates/fbi-project-lib#readme",
"devDependencies": {
"@babel/core": "7.0.0-beta.51",
"@babel/preset-env": "7.0.0-beta.51",
"babel-eslint": "8.2.5",
"babel-loader": "8.0.0-beta.4",
"copy-webpack-plugin": "4.5.2",
"css-loader": "0.28.11",
"eslint": "4.19.1",
"eslint-config-standard": "11.0.0",
"eslint-friendly-formatter": "4.0.1",
"eslint-loader": "2.0.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-node": "6.0.1",
"eslint-plugin-promise": "3.8.0",
"eslint-plugin-standard": "3.1.0",
"fs-extra": "6.0.1",
"postcss-loader": "2.1.5",
"rimraf": "2.6.2",
"style-loader": "0.21.0",
"stylelint": "9.3.0",
"stylelint-config-standard": "18.2.0",
"thread-loader": "1.1.5",
"wasm-loader": "1.3.0",
"webpack": "4.15.0",
"webpack-merge": "4.1.3",
"worker-loader": "2.0.0"
},
"fbi": {
"template": "fbi-project-lib",
"tasks": {
"build": {
"alias": "b",
"desc": "Build the project for the configured environment."
},
"watch": {
"alias": "w",
"desc": "watch files change"
}
}
}
}