-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.53 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
{
"name": "askd.rocks",
"version": "0.0.0",
"description": "Personal site",
"scripts": {
"clean": "rimraf assets",
"build:webpack": "cross-env NODE_ENV=production webpack",
"build": "npm run clean && npm run build:webpack",
"dev": "node devServer.js"
},
"author": "Anna Selezniova",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.7.7",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^6.4.1",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^3.2.4",
"css-loader": "^0.25.0",
"ejs": "^2.5.6",
"ejs-loader": "^0.3.0",
"eslint": "^3.4.0",
"eslint-config-airbnb-base": "^9.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-import": "^2.0.1",
"express": "^4.15.3",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-webpack-plugin": "^2.29.0",
"json-loader": "^0.5.4",
"postcss": "^5.2.17",
"postcss-assets": "^4.0.1",
"postcss-import": "^8.2.0",
"postcss-inline-svg": "^2.3.1",
"postcss-loader": "^1.3.3",
"postcss-nested": "^1.0.1",
"postcss-simple-vars": "^3.1.0",
"postcss-svgo": "^2.1.6",
"rimraf": "^2.6.1",
"style-loader": "^0.13.2",
"stylelint": "^7.2.0",
"stylelint-config-standard": "^13.0.0",
"underscore": "^1.8.3",
"url-loader": "^0.5.9",
"webpack": "^1.15.0",
"webpack-dev-middleware": "^1.11.0",
"webpack-hot-middleware": "^2.18.2"
},
"dependencies": {
"normalize.css": "^5.0.0"
}
}