-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 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
{
"name": "aerial",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint ./src",
"pretest": "npm run lint",
"test": "echo \":( no tests\" && exit 0",
"clear": "rimraf ./build && mkdirp ./build",
"prepare": "cp -r src/manifest.json src/_locales src/img src/analytics.js build/",
"prestart": "npm run clear && npm run prepare",
"start": "cross-env NODE_ENV=develop webpack -w",
"prebuild": "npm run clear && npm test && npm run prepare",
"build": "cross-env NODE_ENV=production webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/husa/Aerial.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/husa/Aerial/issues"
},
"homepage": "https://github.com/husa/Aerial#readme",
"devDependencies": {
"@eleks/eslint-config-eleks": "^0.2.1",
"babili-webpack-plugin": "0.0.9",
"cross-env": "^3.1.4",
"css-loader": "^0.26.1",
"eslint": "^3.14.1",
"extract-text-webpack-plugin": "^2.0.0-beta.4",
"file-loader": "^0.10.0",
"html-webpack-plugin": "^2.28.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.5.4",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^2.4.0",
"url-loader": "^0.5.7",
"webpack": "^2.2.1"
}
}