-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.31 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": "alarmclock",
"version": "1.0.0",
"description": "",
"main": "js/main.js",
"scripts": {
"build": "bower i && NODE_ENV=production webpack --config ./webpack.production.config.js && vulcanize indexsource.html > dist/index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vai0/alarmclock.git"
},
"author": "Justin Chi",
"license": "ISC",
"bugs": {
"url": "https://github.com/vai0/alarmclock/issues"
},
"homepage": "https://github.com/vai0/alarmclock#readme",
"dependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"mime": "^1.3.4",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-polymer": "^3.0.0",
"xscroll": "^3.1.2"
},
"devDependencies": {
"bower": "1.8.4",
"vulcanize": "1.16.0",
"css-loader": "^0.26.1",
"dragdealer": "^0.9.9",
"extract-text-webpack-plugin": "^1.0.1",
"json-loader": "^0.5.4",
"node-sass": "^4.5.0",
"npm": "^4.3.0",
"prefixfree": "^1.0.0",
"react-localstorage": "^0.3.0",
"sass-loader": "^4.1.1",
"seajs": "^3.0.2",
"style-loader": "^0.13.1",
"url-loader": "^0.5.8",
"webcomponentsjs": "^1.0.2",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}