-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
35 lines (35 loc) · 952 Bytes
/
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
{
"name": "jeopractice.com",
"version": "1.0.0",
"description": "jeopractice.com",
"main": "webpack.config.js",
"scripts": {
"dev": "webpack --progress --colors --watch",
"postinstall": "NODE_ENV=prod webpack -p",
"start": "echo \"Testing, testing, 1 2 3\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/brendansudol/jeopractice.com.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/brendansudol/jeopractice.com/issues"
},
"homepage": "https://github.com/brendansudol/jeopractice.com#readme",
"dependencies": {
"babel-core": "^5.6.1",
"babel-loader": "^5.1.4",
"css-loader": "^0.19.0",
"extract-text-webpack-plugin": "^0.9.1",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"node-sass": "^3.4.2",
"qs": "^3.1.0",
"react": "^0.13.3",
"sass-loader": "^3.1.2",
"style-loader": "^0.13.0",
"webpack": "^1.12.9"
}
}