-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.33 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
{
"name": "minesweeper.github.io",
"version": "1.0.0",
"description": "minesweeper in react",
"main": "index.js",
"scripts": {
"test": "mocha --require mocha-compilers.js --require mocha-init.js 'src/**/*-spec.*' && eslint src --ext .js,.jsx",
"dist": "webpack --config webpack.config-prod.js -p"
},
"repository": {
"type": "git",
"url": "https://github.com/minesweeper/minesweeper.github.io"
},
"author": "Mark Ryall <mark@ryall.name> (http://mark.ryall.name)",
"license": "ISC",
"bugs": {
"url": "https://github.com/minesweeper/minesweeper.github.io/issues"
},
"homepage": "https://github.com/minesweeper/minesweeper.github.io",
"dependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"css-loader": "^0.23.1",
"lodash": "^4.13.1",
"mines": "^1.1.3",
"mines-robot": "^0.5.0",
"react": "^15.1.0",
"react-dom": "^15.1.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.1",
"webpack-error-notification": "^0.1.6"
},
"devDependencies": {
"babel-eslint": "^6.0.5",
"eslint": "^2.13.1",
"eslint-plugin-react": "^5.2.2",
"expect": "^1.20.1",
"expect-jsx": "^2.6.0",
"mocha": "^2.5.3",
"react-addons-test-utils": "^15.1.0",
"skin-deep": "^0.16.0"
}
}