-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
29 lines (29 loc) · 888 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
{
"name": "craplayground",
"version": "0.1.0",
"private": true,
"dependencies": {
"antd": "^3.1.4",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-scripts-ts": "2.13.0"
},
"scripts": {
"start": "cross-env BROWSER=none react-app-rewired start --scripts-version react-scripts-ts",
"build": "react-app-rewired build --scripts-version react-scripts-ts",
"test": "react-app-rewired test --env=jsdom",
"eject": "react-app-rewired eject"
},
"devDependencies": {
"@types/jest": "^22.1.0",
"@types/node": "^9.3.0",
"@types/react": "^16.0.35",
"@types/react-dom": "^16.0.3",
"cross-env": "^5.1.3",
"less-plugin-variables-output": "attilah/less-plugin-variables-output#calllback",
"react-app-rewire-less": "^2.1.0",
"react-app-rewired": "^1.4.0",
"ts-import-plugin": "^1.4.3",
"typescript": "^2.6.2"
}
}