forked from NekR/holyjs-2017-competition
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.49 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.49 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
37
38
39
40
41
42
43
44
45
{
"name": "holyjs-2017-competition",
"version": "0.0.1",
"description": "HolyJS 2017 ticket competition",
"main": "index.js",
"repository": "https://akurganow@github.com/Akurganow/holyjs-2017-competition.git",
"author": "SPB Frontend <hi@spb-frontend.ru>",
"license": "MIT",
"scripts": {
"start": "concurrently \"node ./browser-sync.js\" \"yarn build:dev\"",
"build": "NODE_ENV=production webpack --config ./webpack.config.js",
"build:dev": "webpack --config ./webpack.config.js --watch"
},
"dependencies": {
"babel": "^6.23.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-minify": "^0.2.0",
"concurrently": "^3.5.1",
"css-loader": "^0.28.7",
"export-loader": "^1.0.52",
"extract-text-webpack-plugin": "^3.0.2",
"import-loader": "^1.0.1",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss": "^6.0.14",
"postcss-cssnext": "^3.0.2",
"postcss-custom-media": "^6.0.0",
"postcss-import": "^11.0.0",
"postcss-loader": "^2.0.9",
"style-loader": "^0.19.0",
"webpack": "^3.9.1"
},
"devDependencies": {
"babel-eslint": "^8.0.3",
"browser-sync": "^2.18.13",
"eslint": "^4.12.1",
"eslint-plugin-compat": "^2.1.0",
"stylelint": "^8.3.1",
"stylelint-config-standard": "^18.0.0"
}
}