-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
32 lines (32 loc) · 920 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
30
31
32
{
"name": "fission-simulator",
"version": "0.1.5",
"description": "Incremental Game about Nuclear Fission",
"private": true,
"homepage": "https://github.com/Redfire75369/Fission-Simulator#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/Redfire75369/Fission-Simulator.git"
},
"bugs": {
"url": "https://github.com/Redfire75369/Fission-Simulator/issues"
},
"author": {
"name": "Redfire",
"url": "https://github.com/Redfire75369"
},
"license": "MPL-2.0",
"browser": true,
"scripts": {
"compile-jsx": "npm exec --no -- babel --watch javascripts/react/dev --out-dir javascripts/react/dist"
},
"devDependencies": {
"@babel/cli": "7.13.16",
"@babel/core": "7.13.16",
"@babel/preset-react": "7.13.13",
"eslint": "7.25.0",
"eslint-plugin-react": "7.23.2",
"eslint-plugin-react-hooks": "4.2.0",
"stylelint": "13.12.0"
}
}