-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.82 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
{
"name": "bullet-tracer",
"version": "0.1.6",
"description": "a web client for bulletcms",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build-test": "webpack --config webpack.test.config.js --watch -d --progress",
"build": "webpack -p --optimize-dedupe --progress --colors",
"start": "nodemon --harmony server.js",
"dev": "concurrently -kr 'npm run build-test' 'npm run start'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bulletcms/bullet-tracer.git"
},
"author": "xorkevin",
"license": "MPL-2.0",
"bugs": {
"url": "https://github.com/bulletcms/bullet-tracer/issues"
},
"homepage": "https://github.com/bulletcms/bullet-tracer#readme",
"dependencies": {
"babel-polyfill": "^6.13.0",
"bullet-flash": "^0.2.5",
"bullet-mark": "^0.1.8",
"immutable": "^3.8.1",
"moment": "^2.14.1",
"murmurhash3js": "^3.0.1",
"platform": "^1.3.1",
"react": "^15.3.1",
"react-dom": "^15.3.1",
"react-modal": "^1.4.0",
"react-redux": "^4.4.5",
"react-router": "^2.7.0",
"redux": "^3.6.0",
"redux-saga": "^0.11.1",
"reselect": "^2.5.3",
"whatwg-fetch": "^1.0.0"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-2": "^6.13.0",
"concurrently": "^2.2.0",
"css-loader": "^0.25.0",
"eslint": "^3.4.0",
"eslint-plugin-react": "^6.2.0",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"json-loader": "^0.5.4",
"node-sass": "^3.9.0",
"nodemon": "^1.10.2",
"sass-loader": "^4.0.1",
"webpack": "^1.13.2",
"webpack-node-externals": "^1.3.3"
}
}