-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.55 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
{
"name": "l-and-l-prototype",
"version": "0.0.0",
"scripts": {
"test": "script/test",
"start": "script/run"
},
"repository": {
"type": "git",
"url": "https://github.com/PenguinKingGames/l-and-l-demo-vm.git"
},
"dependencies": {
"add-commas": "0.0.4",
"autoprefixer-core": "^5.2.0",
"babel-core": "^5.3.0",
"babel-loader": "^5.0.0",
"basekick": "^0.1.0",
"bluebird": "^2.9.13",
"bundle-loader": "^0.5.1",
"css-loader": "^0.13.1",
"css-reset": "seek-jobs/css-reset",
"ejs": "^1.0.0",
"expose-loader": "0.5.3",
"extract-text-webpack-plugin": "^0.7.1",
"fastclick": "^1.0.6",
"file-loader": "^0.8.1",
"gulp": "^3.8.11",
"jsesc": "^0.5.0",
"less": "^1.7.5",
"less-loader": "^0.7.7",
"lodash.debounce": "^3.0.3",
"lodash.sortby": "^3.1.1",
"mach": "^1.0.0-rc1",
"node-noop": "0.0.1",
"nodemon": "^1.3.7",
"postcss-loader": "^0.4.3",
"postcss-local-scope": "0.0.4",
"pushstate-server": "^0.2.0",
"query-string": "^2.1.0",
"raw-loader": "^0.5.1",
"react": "^0.13.1",
"react-redux": "0.2.2",
"react-router": "^0.13.2",
"react-tools": "0.11.2",
"redux": "1.0.0-rc",
"redux-actions": "^0.7.0",
"redux-promise": "^0.4.0",
"redux-thunk": "^0.1.0",
"source-map-support": "^0.2.10",
"style-loader": "^0.8.2",
"superagent": "^0.21.0",
"superagent-bluebird-promise": "^2.0.0",
"svgo": "^0.5.2",
"svgo-loader": "^1.1.0",
"uglify-js": "2.4.15",
"url-loader": "^0.5.5",
"webpack": "^1.8.11"
}
}