-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.47 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
{
"name": "change_me",
"version": "0.0.0",
"description": "change_me",
"main": "entry.coffee",
"scripts": {
"dev": "./node_modules/.bin/webpack-dev-server --content-base . --inline --hot",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "NODE_ENV=production webpack -p --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/change_me/change_me.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/change_me/change_me/issues"
},
"homepage": "https://github.com/change_me/change_me#readme",
"dependencies": {
"animation-loader": "0.0.5",
"babel-plugin-transform-react-jsx": "^6.24.1",
"coffee-loader": "github:webpack-contrib/coffee-loader#0ea4d6a7cc9ffc7c8f7a0c6eb3fd3fedea9943b8",
"coffeescript": "^2.0.0-beta1",
"cookies-js": "^1.2.3",
"css-loader": "^0.28.0",
"express": "^4.15.2",
"extract-text-webpack-plugin": "^2.1.0",
"jquery": "^3.2.1",
"node-sass": "^4.5.2",
"sass-loader": "^6.0.3",
"slim-lang-loader": "0.0.7",
"style-loader": "^0.16.1",
"vue": "^2.2.6",
"vue-router": "^2.4.0",
"vuex": "^2.3.1",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"webpack": "^2.7.0"
}
}