-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 2.15 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
66
67
68
69
70
{
"name": "ctm-frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --config webpack.config.babel.js --progress --open",
"production": "webpack -p --optimize-minimize",
"profile": "webpack --config webpack.config.babel.js --profile --json >> stats.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iiison/ctm-frontend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/iiison/ctm-frontend/issues"
},
"homepage": "https://github.com/iiison/ctm-frontend#readme",
"devDependencies": {
"autoprefixer": "^7.0.0",
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-env": "^1.1.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"colorguard": "^1.2.0",
"css-loader": "^0.26.1",
"cssnano": "^3.10.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-import-resolver-webpack": "^0.8.0",
"eslint-loader": "^1.6.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.10.3",
"extract-text-webpack-plugin": "^2.1.0",
"html-webpack-plugin": "^2.22.0",
"lost": "^8.0.0",
"postcss": "^5.2.11",
"postcss-assets": "^4.1.0",
"postcss-color-rgba-fallback": "^2.2.0",
"postcss-cssnext": "^2.9.0",
"postcss-discard-comments": "^2.0.4",
"postcss-discard-duplicates": "^2.0.2",
"postcss-image-set-polyfill": "^0.3.2",
"postcss-loader": "^1.2.2",
"postcss-merge-longhand": "^2.0.2",
"postcss-merge-rules": "^2.1.1",
"postcss-unique-selectors": "^2.0.2",
"postcss-zindex": "^2.2.0",
"precss": "^1.4.0",
"rucksack-css": "^0.9.1",
"style-loader": "^0.13.1",
"stylelint-config-standard": "^16.0.0",
"stylelint-webpack-plugin": "^0.7.0",
"webpack": "^2.2.0",
"webpack-dev-server": "^2.1.0-beta.11",
"webpack-load-plugins": "^0.1.2"
},
"dependencies": {
"axios": "^0.15.3",
"handlebars": "^4.0.6",
"handlebars-loader": "^1.4.0",
"page": "^1.7.1"
}
}