-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 937 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
33
34
{
"name": "jss-docs",
"version": "1.0.0",
"description": "New docs for the jss project",
"main": "index.js",
"repository": "https://github.com/cssinjs/docs.git",
"author": "Henri Beck <[email protected]>",
"license": "MIT",
"private": true,
"scripts": {
"develop": "gatsby develop --open",
"build": "gatsby build",
"format": "prettier --write \"*.{ts,tsx}\" \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"css-functions": "^1.0.5",
"gatsby": "^2.1.0",
"gatsby-plugin-favicon": "^3.1.5",
"gatsby-plugin-jss": "^2.0.7",
"gatsby-plugin-typescript": "^2.0.8",
"modern-normalize": "^0.5.0",
"polished": "^2.3.3",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-jss": "^10.0.0-alpha.10",
"ts-node": "^8.0.2",
"typescript": "^3.3.3"
},
"devDependencies": {
"@babel/core": "^7.2.2",
"@types/react-dom": "16.8.0",
"prettier": "^1.16.4"
}
}