This repository has been archived by the owner on May 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.46 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
{
"name": "melody-flag",
"version": "0.0.1",
"description": "LIVE MUSIC HACKASONG Project",
"main": "server.js",
"scripts": {
"pug": "./node_modules/.bin/pug --hierarchy -o docs/ src/",
"scss": "./node_modules/node-sass/bin/node-sass src/index.scss docs/index.css --output-style compressed",
"webpack": "./node_modules/.bin/webpack",
"build": "yarn run pug && yarn run scss && ./node_modules/.bin/webpack",
"build:dev": "yarn run pug && yarn run scss && ./node_modules/.bin/webpack -d",
"watch": "./node_modules/.bin/webpack-dev-server --content-base docs/",
"server": "node server.js"
},
"keywords": [],
"author": "Hiroki Usuba <[email protected]> (http://mimorisuzuko.github.io/)",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"clean-webpack-plugin": "^0.1.15",
"node-sass": "^4.3.0",
"pug-cli": "^1.0.0-alpha6",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"body-parser": "^1.16.0",
"color": "^1.0.3",
"dot-prop": "^4.1.0",
"express": "^4.14.0",
"immutable": "^3.8.1",
"lodash": "^4.17.4",
"mdi": "^1.7.22",
"minimist": "^1.2.0",
"noble": "^1.7.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-icons": "^2.2.3",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"rolling-spider": "^1.5.2"
}
}