-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 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
55
56
{
"name": "RebelIconsLanding",
"version": "1.0.0",
"private": true,
"description": "RebelIcons landing page",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/SphereSoftware/rebel-landing.git"
},
"keywords": [
"react",
"babel",
"redux",
"webpack",
"template"
],
"author": "Anton Shemerey",
"scripts": {
"dev": "webpack-dashboard -- webpack-dev-server -d --history-api-fallback --hot --inline --progress --colors --port 3000",
"build": "NODE_ENV=production webpack --progress --colors"
},
"license": "MIT",
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.17.2",
"normalize.css": "^5.0.0",
"react": "^15.4.1",
"react-color": "^2.8.0",
"react-debounce-input": "^2.4.2",
"react-dom": "^15.4.1",
"react-syntax-highlighter": "^3.0.0",
"rebel-icons": "^2.0.2"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"babel-runtime": "^6.18.0",
"css-loader": "^0.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"postcss": "^5.2.6",
"postcss-discard-comments": "^2.0.4",
"postcss-loader": "^1.1.1",
"precss": "^1.4.0",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.3",
"webpack-dashboard": "^0.2.0",
"webpack-dev-server": "^1.16.2"
}
}