-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.5 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": "snsx.sx",
"version": "1.0.0",
"description": "Website for snsx",
"main": "site/index.js",
"scripts": {
"site": "npm run clean && npm run css && NODE_ENV=prod webpack --config site/webpack.config.prod",
"css": "cp -r site/styles/*.css site/public",
"clean": "rm public/bundle.js && rm public/style.css && rm public/vendor.js || true",
"dev": "NODE_ENV=dev webpack-dev-server --port 3000 --inline --hot --config site/webpack.config"
},
"standard": {
"parser": "babel-eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/vacenz/last-draft"
},
"author": "Steven Iseki <stevenisekimartin@gmail.com>",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.5.4",
"babel-cli": "^6.18.0",
"babel-core": "^6.7.6",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.13.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"babel-register": "^6.7.2",
"babel-runtime": "^6.6.1",
"css-loader": "^0.26.1",
"express": "^4.13.4",
"extract-text-webpack-plugin": "2.0.0-beta.4",
"html-webpack-plugin": "^2.16.0",
"postcss-loader": "^1.2.1",
"react": ">=15.3.1",
"react-css-modules": "^4.1.0",
"react-dom": ">=15.3.1",
"style-loader": "^0.13.1",
"webpack": "2.1.0-beta.27",
"webpack-dev-server": "2.1.0-beta.12"
},
"keywords": [
"snsx.sx"
]
}