forked from rick369/da-shing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 4.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
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "init-project-web",
"version": "1.0.0",
"main": "bin/main.js",
"scripts": {
"start": "concurrently --kill-others \"npm run start-prod\"",
"dev": "concurrently --kill-others \"npm run start-dev\"",
"build": "better-npm-run build",
"postinstall": "npm run build",
"start-prod": "better-npm-run start-prod",
"start-dev": "better-npm-run start-dev",
"lint": "eslint -c .eslintrc src test",
"test": "mocha --compilers js:babel-core/register --require test/test-helper.js \"test/**/*-test.js\"",
"test:watch": "npm run test -- --watch"
},
"betterScripts": {
"start-prod": {
"command": "node ./bin/main.js",
"env": {
"NODE_ENV": "production",
"CDN_URL": "https://s3-ap-northeast-1.amazonaws.com/futureappworker",
"API_HOST": "init-project-api.herokuapp.com",
"API_PORT": 80
}
},
"start-dev": {
"command": "node ./bin/main.js",
"env": {
"NODE_ENV": "development",
"CDN_URL": "https://s3-ap-northeast-1.amazonaws.com/futureappworker",
"API_HOST": "localhost",
"API_PORT": 4000
}
},
"build": {
"command": "webpack --verbose --colors --display-error-details --config webpack/prod.config.js",
"env": {
"NODE_ENV": "production",
"CDN_URL": "https://s3-ap-northeast-1.amazonaws.com/futureappworker",
"API_HOST": "init-project-api.herokuapp.com",
"API_PORT": 80
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/futureappworker/init-project-web.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/futureappworker/init-project-web/issues"
},
"homepage": "https://github.com/futureappworker/init-project-web#readme",
"engines": {
"node": "6.2.2"
},
"devDependencies": {
"better-npm-run": "0.0.9",
"chai": "^3.5.0",
"chai-immutable": "^1.6.0",
"clean-webpack-plugin": "^0.1.10",
"concurrently": "^2.2.0",
"enzyme": "^2.3.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"eslint-watch": "^2.1.11",
"immutable": "^3.8.1",
"jsdom": "^9.2.1",
"mocha": "^2.5.3",
"react": "^0.14.2",
"react-addons-test-utils": "^0.14.1",
"react-dom": "^0.14.1",
"react-redux": "^4.4.5",
"react-router": "^2.5.1",
"react-router-redux": "^4.0.5",
"react-transform-hmr": "^1.0.4",
"redux": "^3.5.2",
"redux-devtools": "^3.3.1",
"redux-devtools-dock-monitor": "^1.1.1",
"redux-devtools-log-monitor": "^1.0.11",
"redux-thunk": "^2.1.0",
"sinon": "^1.17.4",
"webpack": "^1.13.1",
"webpack-dev-middleware": "^1.6.1",
"webpack-hot-middleware": "^2.12.1"
},
"dependencies": {
"autoprefixer": "^6.3.7",
"babel-cli": "^6.11.4",
"babel-core": "^6.10.4",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-plugin-transform-class-properties": "^6.11.5",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-react-display-name": "^6.8.0",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-polyfill": "^6.9.1",
"babel-preset-airbnb": "^2.0.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.9.0",
"bootstrap": "4.0.0-alpha.2",
"bootstrap-loader": "1.0.10",
"classnames": "^2.2.5",
"css-loader": "^0.23.1",
"express": "^4.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"font-awesome": "^4.6.3",
"font-awesome-loader": "0.0.1",
"i18next": "^3.4.1",
"i18next-browser-languagedetector": "^0.3.0",
"i18next-express-middleware": "^1.0.1",
"i18next-node-fs-backend": "^0.1.2",
"i18next-xhr-backend": "^0.6.0",
"imports-loader": "^0.6.5",
"isomorphic-fetch": "^2.2.1",
"jquery": "^3.1.0",
"keymirror-nested": "^1.0.3",
"node-localstorage": "^1.3.0",
"node-sass": "^3.8.0",
"postcss": "^5.1.0",
"postcss-loader": "^0.9.1",
"pug": "^2.0.0-beta4",
"react-helmet": "^3.1.0",
"react-i18next": "^1.6.3",
"redux-async-connect": "1.0.0-rc4",
"redux-form": "^5.3.1",
"resolve-url-loader": "^1.6.0",
"sass-loader": "^4.0.0",
"serialize-javascript": "^1.3.0",
"serve-favicon": "^2.3.0",
"serve-static": "^1.11.1",
"style-loader": "^0.13.1",
"tether": "^1.3.3",
"url-loader": "^0.5.7",
"webpack-isomorphic-tools": "2.4.2"
}
}