forked from elementary/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.61 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
{
"name": "mvp",
"version": "0.4.0",
"description": "The elementary.io Website http://elementary.io",
"main": "webpack.config.babel.js",
"dependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.4.0",
"core-js": "^2.4.1",
"glob": "^7.1.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-cached": "^1.1.1",
"gulp-changed": "^3.1.0",
"gulp-imagemin": "^3.2.0",
"gulp-postcss": "^7.0.0",
"gulp-svgo": "^1.0.3",
"postcss-cssnext": "^2.11.0",
"scriptjs": "^2.5.8",
"webpack": "^2.5.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"jpegtran-bin": "^3.2.0",
"optipng-bin": "^4.0.0",
"stylelint": "^7.10.1"
},
"scripts": {
"install:submodule": "git submodule init && git submodule update --force --rebase",
"install:composer": "cd _backend && composer install",
"postinstall": "npm run install:submodule && npm run install:composer",
"lint": "sh _tests/css.sh && sh _tests/javascript.sh && sh _tests/php.sh",
"build": "gulp && webpack --progress --env production --config ./webpack.config.babel.js",
"start": "php -S 0.0.0.0:8000 router.php"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elementary/website.git"
},
"author": "elementary",
"license": "MIT",
"bugs": {
"url": "https://github.com/elementary/website/issues"
},
"homepage": "https://github.com/elementary/website#readme"
}