-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 797 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 797 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": "lightnet328.com",
"version": "1.0.0",
"description": "https://lightnet328.com",
"main": "index.js",
"scripts": {
"build": "ts-node scripts/build.ts",
"watch": "yarn build --watch"
},
"author": "lightnet328 <lightnet328@gmail.com> (https://lightnet328.com)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lightnet328/lightnet328.com.git"
},
"devDependencies": {
"@types/node": "^15.0.3",
"@types/react-dom": "^17.0.5",
"@types/styled-components": "^5.1.9",
"arg": "^5.0.0",
"chokidar": "^3.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"styled-components": "^5.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"styled-normalize": "^8.0.7"
}
}