-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 939 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
36
37
38
39
{
"name": "tetris",
"version": "0.0.1",
"description": "Tetris written in NuclearJS + React",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jordan Garcia",
"license": "ISC",
"jest": {
"scriptPreprocessor": "jestPreprocessor.js"
},
"dependencies": {
"nuclear-js": "^1.0.2",
"keymirror": "^0.1.0",
"lodash": "^2.4.1",
"react": "^0.14.x",
"react-dom": "^0.14.0",
"babel-core": "^5.8.25",
"babel-loader": "^5.3.2",
"babel": "^5.8.23",
"react-pure-render": "^1.0.2",
"react-prism": "^3.0.0"
},
"devDependencies": {
"webpack": "^1.4.4",
"jsx-loader": "^0.11.2",
"jstransform-loader": "^0.1.1",
"jstransform": "^6.3.2",
"gulp": "^3.8.8",
"gulp-connect": "^2.0.6",
"gulp-shell": "^0.2.9",
"through": "^2.3.6",
"jest": "^0.1.37",
"expect": "^1.12.2",
"mocha": "^2.3.3"
}
}