-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 874 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
{
"name": "react-ttt",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "jest",
"test:watch": "jest --watch",
"build:dev": "webpack -w"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"classnames": "^2.2.6",
"express": "^4.16.4",
"jest": "^24.7.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-transform-modules-commonjs": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/preset-react": "^7.0.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.5",
"chai": "^4.2.0",
"eslint": "^5.16.0",
"jest-dom": "^3.1.4",
"react-testing-library": "^7.0.0",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1"
},
"description": ""
}