-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 861 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
{
"name": "coding-paula-snowpack",
"version": "1.0.0",
"description": "me page of Paula Ritter made with snowpack",
"main": "index.js",
"scripts": {
"babel": "concurrently \"babel src/ --out-dir lib --watch\" \"live-server\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Paula Ritter",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-react": "^7.9.4",
"concurrently": "^5.1.0",
"live-server": "^1.2.1",
"snowpack": "^1.6.0"
},
"dependencies": {
"@babel/plugin-transform-react-jsx": "^7.9.4",
"@babel/preset-env": "^7.9.0",
"react": "npm:@pika/react@^16.13.1",
"react-dom": "npm:@pika/react-dom@^16.13.1",
"react-syntax-highlighter": "^12.2.1",
"serve": "^11.3.0",
"styled-components": "^5.0.1"
}
}