-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1.01 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
{
"name": "batzgamejs",
"version": "1.0.0",
"description": "A JavaScript implementation of the famous 'batzgame' authored by Schmanu.",
"author": "Max Karadeniz <max@karadeniz.io> (http://karadeniz.io/)",
"homepage": "http://karadeniz.io/batzgame",
"repository": "https://github.com/mkaradeniz/batzgameJS",
"license": "MIT",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"dependencies": {
"lodash": "^4.17.4",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-inline-css": "^2.3.1",
"react-typist": "^1.1.1",
"semantic-ui-css": "^2.2.12",
"semantic-ui-react": "^0.71.3",
"terminal-in-react": "^3.4.2"
},
"devDependencies": {
"enzyme": "^2.9.1",
"enzyme-to-json": "^1.5.1",
"eslint-plugin-prettier": "^2.1.2",
"jest-enzyme": "^3.8.0",
"prop-types": "^15.5.10",
"react-scripts": "1.0.11",
"react-test-renderer": "^15.6.1"
}
}