-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.13 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
35
36
{
"name": "apple-music",
"version": "0.1.0",
"private": true,
"homepage": "http://brickyeditor.info/apple/",
"dependencies": {
"@types/react-transition-group": "^2.0.9",
"node-sass-chokidar": "^1.2.2",
"npm-run-all": "^4.1.2",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"react-pose": "^1.5.2",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts-ts": "2.15.1",
"react-transition-group": "^2.3.1"
},
"scripts": {
"build-css": "node-sass-chokidar src/components -o src/components",
"watch-css": "npm run build-css && node-sass-chokidar src/components -o src/components --watch --recursive",
"start-ts": "react-scripts-ts start",
"build-ts": "react-scripts-ts build",
"start": "npm-run-all -p watch-css start-ts",
"build": "npm-run-all build-css build-ts",
"eject": "react-scripts-ts eject"
},
"devDependencies": {
"@types/jest": "^22.2.3",
"@types/node": "^9.6.7",
"@types/react": "^16.3.13",
"@types/react-dom": "^16.0.5",
"@types/react-router": "^4.0.24",
"@types/react-router-dom": "^4.2.6",
"typescript": "^2.8.3"
}
}