-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.26 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.26 KB
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
46
47
{
"name": "sukker-entry",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@babel/core": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.2.3",
"@babel/preset-react": "^7.0.0",
"@babel/preset-typescript": "^7.3.3",
"babel-loader": "^8.0.5",
"enzyme": "^3.8.0",
"enzyme-adapter-react-16": "^1.9.1",
"overmind": "next",
"overmind-react": "next",
"react": "16.8.0-alpha.1",
"react-dom": "16.8.0-alpha.1",
"tslib": "^1.9.3",
"typescript": "^3.3.1",
"webpack": "^4.29.6",
"webpack-cli": "^3.2.3",
"webpack-dev-server": "^3.2.1"
},
"devDependencies": {
"@types/jest": "^23.3.12",
"@types/react-dom": "^16.0.6",
"@types/react-test-renderer": "^16.0.3",
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"jest": "^23.6.0",
"ts-jest": "^23.10.5"
},
"scripts": {
"test": "jest --config=./jest.config.js",
"start": "webpack-dev-server --mode development"
},
"author": "",
"license": "ISC",
"engines": {
"node": "^10.14.2",
"yarn": "^1.12.3"
}
}