-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
57 lines (57 loc) · 1.65 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
{
"name": "Campanella-worldlinepack",
"version": "0.0.1",
"description": "Campanella frontend",
"homepage": "https://github.com/Coldwings/Campanella-worldlinepack.git",
"repository": {
"type": "git",
"url": "https://github.com/Coldwings/Campanella-worldlinepack.git"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Coldwings/Campanella-worldlinepack/issues"
},
"scripts": {
"build": "npm run clean && webpack",
"clean": "rm -rf dist",
"deploy": "npm run dist && gh-pages -d dist",
"dist": "npm run build -- --config webpack.config.production.js",
"lint": "eslint src",
"start": "npm run build && node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"babel-runtim e": "^5.8.25",
"compass-mixins": "^0.12.7",
"file": "^0.2.2",
"font-awesome": "^4.4.0",
"ramda": "^0.17.1",
"raw-loader": "^0.5.1",
"react": "^0.13.3",
"react-router": "^1.0.0-rc1",
"redux": "^3.0.2",
"url": "^0.11.0",
"whatwg-fetch": "^0.9.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.25",
"babel-eslint": "^4.1.3",
"babel-loader": "^5.3.2",
"css-loader": "^0.19.0",
"cssnext-loader": "^1.0.1",
"eslint": "^1.5.1",
"eslint-plugin-react": "^3.5.0",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"html-webpack-plugin": "^1.6.1",
"node-sass": "^3.3.3",
"normalize.css": "^3.0.3",
"react-hot-loader": "^1.3.0",
"sass-loader": "^3.0.0",
"style-loader": "^0.12.4",
"url-loader": "^0.5.6",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.12.0"
}
}