-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 758 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 758 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
{
"name": "matrix-rain-react",
"version": "0.1.0",
"private": true,
"homepage": "http://jacek-k.net/matrix-rain-react",
"dependencies": {
"node-sass-chokidar": "^0.0.3",
"react": "^16.0.0",
"react-dom": "^16.0.0",
"react-scripts-ts": "2.8.0"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",
"build": "react-scripts-ts build",
"eject": "react-scripts-ts eject",
"start": "react-scripts-ts start",
"test": "react-scripts-ts test --env=jsdom",
"watch-css": "npm run build-css && node-sass-chokidar src/ -o src/ --watch --recursive"
},
"devDependencies": {
"@types/jest": "^21.1.5",
"@types/node": "^8.0.47",
"@types/react": "^16.0.18",
"@types/react-dom": "^16.0.2"
}
}