-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.38 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "pixels",
"version": "1.0.0",
"description": "",
"main": "index.js",
"browserslist": "last 2 Chrome versions",
"scripts": {
"start": "parcel index.html",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"anim": "0.0.1",
"buffers": "^0.1.1",
"contexts": "0.0.0",
"dedent": "^0.7.0",
"loop": "^3.1.3",
"panel": "^1.6.4",
"parcel": "^1.11.0",
"parcel-plugin-writable": "file:parcel-plugin-writable",
"react": "^16.8.3",
"react-dom": "^16.8.3"
},
"devDependencies": {
"@types/immutable": "^3.8.7",
"@types/react": "^16.8.6",
"@types/react-addons-css-transition-group": "^15.0.5",
"@types/react-dom": "^16.8.2",
"@types/react-transition-group": "^2.8.0",
"@types/text-encoding": "0.0.35",
"chokidar": "^2.1.2",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"glslx": "^0.1.26",
"immutable": "^4.0.0-rc.12",
"less": "^3.9.0",
"luma.gl": "^6.4.3",
"prism-react-renderer": "^0.1.6",
"prismjs": "^1.16.0",
"react-addons-css-transition-group": "^15.6.2",
"react-markdown": "^4.0.6",
"react-syntax-highlighter": "^10.2.1",
"react-transition-group": "^2.9.0",
"rxjs": "^6.4.0",
"symbol-observable": "^1.2.0",
"text-encoding": "^0.7.0",
"typescript": "^3.3.3333"
}
}