-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathpackage.json
40 lines (40 loc) · 1.14 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
{
"name": "react-tetris",
"version": "0.0.1",
"description": "tetris implements by react, https://github.com/hoyt-tian/tetirs",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --hot --inline --content-base ./dist"
},
"author": "hao tian, http://www.hoyt-tian.com/",
"license": "ISC",
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.24.1",
"babel-core": "^6.24.1",
"babel-loader": "^7.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.5",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"mocha": "^3.4.2",
"node-sass": "^4.5.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"sass-loader": "^6.0.6",
"source-map-support": "^0.4.15",
"style-loader": "^0.18.2",
"url-loader": "^0.5.8",
"webpack": "^2.6.1",
"webpack-clean-obsolete-chunks": "^0.1.9",
"webpack-dev-server": "^2.4.5"
},
"dependencies": {
"es6-event-emitter": "^1.9.0"
}
}