-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 875 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 875 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": "chroma",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:CodeChroma/Chroma.git",
"author": "Sophie Atkins <tileyratkins@gmail.com> (https://github.com/Druue)",
"contributors": [
"Halvard Mörstad <contact@moerstad.no> (https://github.com/halvardssm)"
],
"license": "GPL-3.0",
"devDependencies": {
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-router-dom": "^5.1.5",
"@typescript-eslint/eslint-plugin": "~2.31.0",
"@typescript-eslint/parser": "~2.31.0",
"eslint": "^7.0.0",
"parcel": "^2.0.0-alpha.3.2",
"typescript": "^3.8.3"
},
"dependencies": {
"i18next": "^19.4.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-i18next": "^11.4.0",
"react-router-dom": "^5.2.0"
},
"scripts": {
"start": "parcel public/index.html"
}
}