forked from gglnx/jeopardy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.28 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
{
"name": "@gglnx/jeopardy",
"version": "0.1.0",
"description": "A jeopardy game written in React",
"main": "src/index.js",
"repository": "https://github.com/gglnx/jeopardy",
"author": "Dennis Morhardt <info@dennismorhardt.de>",
"license": "MIT",
"scripts": {
"game": "parcel src/game.pug"
},
"dependencies": {
"classnames": "^2.2.5",
"lodash": "^4.17.10",
"mousetrap": "^1.6.1",
"normalize.css": "^8.0.0",
"randomcolor": "^0.5.3",
"react": "^16.3.2",
"react-a11y-dialog": "^3.0.5",
"react-dom": "^16.3.2",
"soundmanager2": "^2.97.20170602"
},
"devDependencies": {
"@namics/stylelint-bem": "^5.1.0",
"autoprefixer": "^8.5.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"eslint": "^4.19.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-react": "^7.8.2",
"node-sass": "^4.9.0",
"parcel-bundler": "^1.8.1",
"postcss-import": "^11.1.0",
"pug": "^2.0.3",
"pug-lint": "^2.5.0",
"stylelint": "^9.2.1",
"stylelint-config-sass-guidelines": "^5.0.0"
}
}