-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.48 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 2.48 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
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "isomorphic-react-app-generator",
"version": "1.0.3",
"repository": "git@github.com:geclos/Isomorphic-React-App.git",
"description": "Isomorphic React app generator",
"dependencies": {
"classnames": "^2.2.3",
"express": "^4.13.3",
"flux": "^2.1.1",
"font-awesome": "^4.5.0",
"history": "^1.17.0",
"immutable": "^3.7.6",
"jade": "^1.11.0",
"milligram": "^1.0.3",
"normalize.css": "^3.0.3",
"react": "^0.14.5",
"react-dom": "^0.14.5",
"react-router": "^1.0.3",
"redux": "^3.0.5"
},
"devDependencies": {
"assets-webpack-plugin": "^3.2.0",
"babel": "^6.3.26",
"babel-cli": "^6.3.17",
"babel-core": "^6.3.26",
"babel-eslint": "^4.1.6",
"babel-loader": "^6.2.1",
"babel-plugin-extensible-destructuring": "^2.0.0",
"babel-plugin-react-transform": "^2.0.0",
"babel-plugin-syntax-decorators": "^6.3.13",
"babel-plugin-transform-class-properties": "^6.4.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-es2015-destructuring": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"bluebird": "^3.1.1",
"browser-sync": "^2.11.0",
"css-loader": "^0.23.1",
"del": "^2.2.0",
"eslint": "^1.10.3",
"eslint-config-airbnb": "*",
"eslint-loader": "^1.2.0",
"eslint-plugin-react": "^3.14.0",
"file-loader": "^0.8.5",
"gaze": "^0.5.2",
"install": "^0.4.1",
"isomorphic-style-loader": "0.0.5",
"json-loader": "^0.5.4",
"ncp": "^2.0.0",
"node-sass": "^3.4.2",
"npm": "^3.5.2",
"postcss": "^5.0.14",
"postcss-discard-comments": "^2.0.3",
"postcss-import": "^7.1.3",
"postcss-js": "^0.1.1",
"postcss-loader": "^0.8.0",
"postcss-scss": "^0.1.3",
"precss": "^1.4.0",
"raw-loader": "^0.5.1",
"react-hot-loader": "^1.3.0",
"react-redux": "^4.0.6",
"react-tools": "^0.13.3",
"react-transform": "0.0.3",
"react-transform-catch-errors": "^1.0.1",
"react-transform-hmr": "^1.0.1",
"redbox-react": "^1.2.0",
"redux-devtools": "^3.0.1",
"replace": "^0.3.0",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-hot-middleware": "^2.6.0",
"webpack-middleware": "^1.4.0"
},
"scripts": {
"test": "",
"build": "babel-node tools/run build",
"start": "babel-node tools/run start"
},
"author": "GC",
"license": "ISC"
}