-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 888 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 888 Bytes
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
{
"name": "clara",
"version": "0.1.0",
"private": true,
"dependencies": {
"ramda": "^0.26.1",
"react": "^16.12.0",
"react-app-rewired": "^1.6.2",
"react-dom": "^16.12.0",
"react-feather": "^1.1.4",
"react-pose": "^3.3.6",
"react-scripts-ts": "2.17.0",
"react-sortable-hoc": "^0.8.3",
"simplex-noise": "^2.4.0",
"stylis": "^3.5.3"
},
"scripts": {
"start": "react-app-rewired start --scripts-version react-scripts-ts",
"build": "react-app-rewired build --scripts-version react-scripts-ts",
"test": "react-app-rewired test --scripts-version react-scripts-ts --env=jsdom",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^22.2.2",
"@types/node": "^12.12.17",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"typescript": "^3.1.3",
"prettier": "^1.14.3"
}
}