-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.14 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
{
"name": "online-ass-editor",
"description": "Online ASS editor",
"version": "1.0.0",
"author": "Jeff Tian <[email protected]>",
"dependencies": {
"ass-compiler": "^0.0.9",
"ass-serialize": "^1.1.3",
"assjs": "^0.0.6",
"babel-plugin-transform-regenerator": "^6.26.0",
"gatsby": "^1.9.277",
"gatsby-link": "^1.6.46",
"gatsby-plugin-i18n": "^0.4.2",
"gatsby-plugin-react-helmet": "^2.0.11",
"intl": "^1.2.5",
"ptz-i18n": "^0.4.0",
"react-helmet": "^5.2.0",
"react-intl": "^2.4.0",
"semantic-ui-css": "^2.3.3",
"semantic-ui-react": "^0.82.2",
"uuid": "^3.3.2"
},
"keywords": [
"ass",
"editor",
"video",
"subtitle"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write 'src/**/*.js'",
"test": "echo \"Error: no test specified\" && exit 1",
"predeploy": "gatsby build --prefix-paths",
"deploy": "gh-pages -d public"
},
"devDependencies": {
"gh-pages": "^1.2.0",
"prettier": "^1.14.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Jeff-Tian/ass"
}
}